js random number

97

js random number -

const rndInt = Math.floor(Math.random() * 6) + 1

Comments

Submit
0 Comments